*{
	margin: 0;
	padding: 0;
}
.container {
	margin: 0 auto;
	position: relative;
	width: 918px;
}
.roundabout-holder  { 
	width:850px;
	height:249px;
	margin:0 auto;
}
.roundabout-moveable-item {
	display: block;
	width: 470px;
	height: 243px;
	cursor: pointer;
	border:3px solid #ccc;
}
.roundabout-moveable-item img{
	width:100%;
}
.roundabout-in-focus {
	border:3px solid #ccc;
}